home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Commands / Protocols / Closing.cp < prev    next >
Text File  |  2000-06-23  |  115b  |  11 lines

  1. // Closing.cp
  2.  
  3. #ifndef Closing_h
  4. #include "Closing.h"
  5. #endif
  6.  
  7. bool Closing::CanClose() const
  8.   {
  9.     return true;
  10.   }
  11.